projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f2d1d7
)
rockchip: mkimage: Add support for RV1108
author
Andy Yan
<
[email protected]
>
Thu, 1 Jun 2017 09:58:31 +0000
(17:58 +0800)
committer
Simon Glass
<
[email protected]
>
Wed, 7 Jun 2017 13:29:24 +0000
(07:29 -0600)
Add support to mkimage for rv1108 soc, the max
spl code size for rv1108 is 6kb, and the spl
code should be packed by rksd, wether boot from
emmc or spi nor flash.
Signed-off-by: Andy Yan <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
tools/rkcommon.c
patch
|
blob
|
history
diff --git
a/tools/rkcommon.c
b/tools/rkcommon.c
index 42547aa9d18e020fa9605736d5821c62ebacc159..fd95abc79aed5533d578e93a7e9d2a5ba0ca1074 100644
(file)
--- a/
tools/rkcommon.c
+++ b/
tools/rkcommon.c
@@
-77,6
+77,7
@@
static struct spl_info spl_infos[] = {
{ "rk3288", "RK32", 0x8000, false, false },
{ "rk3328", "RK32", 0x8000 - 0x1000, false, false },
{ "rk3399", "RK33", 0x20000, false, true },
+ { "rv1108", "RK11", 0x1800, false, false},
};
static unsigned char rc4_key[16] = {